文件比较
修改方法参见表后的文字说明
左侧为 HDWiki(For Discuz!)V1.50 的文件,右侧为discuz6.1原来文件。
1 {subtemplate viewthread_special_header} = 1 {subtemplate viewthread_special_header}
2 <link href="images/wiki/hdwiki.css" rel="stylesheet" type="text/css" /> <>    
3 <script type="text/javascript" src="include/javascript/viewdoc.js"></script>      
4 <style type="text/css">      
5 .innerlink:link{color: #0033cc;text-decoration: underline}      
6 .innerlink:visited{color: #0033cc;text-decoration: underline}      
7 .innerlink:hover{color: #ff0000;text-decoration: underline}      
8 </style>      
9 <div style="position:absolute;visibility:hidden;z-index:10" id="popup">      
10 <table style="FONT-SIZE: 10pt; border: 1px solid #D1E7FC;" cellpadding="0" cellspacing="0" bgcolor="#E5ECF9" id="summaryData" />      
11 <tbody id="summaryDataBody" ></tbody>      
12 </table>      
13 </div>   2  
14 <h6>{lang debate_subject}</h6> = 3 <h6>{lang debate_subject}</h6>
15     4  
16 <!--{if $lastmod['modaction'] || $thread['readperm'] || $thread[itemid] || $lastmod['magicname']}-->   5 <!--{if $lastmod['modaction'] || $thread['readperm'] || $thread[itemid] || $lastmod['magicname']}-->
17         <ins>   6         <ins>
18         <!--{if $lastmod['modaction']}-->&nbsp; <a href="misc.php?action=viewthreadmod&amp;tid=$tid" title="{lang thread_mod}" target="_blank">{lang thread_mod_by}</a>&nbsp;<!--{/if}-->   7         <!--{if $lastmod['modaction']}-->&nbsp; <a href="misc.php?action=viewthreadmod&amp;tid=$tid" title="{lang thread_mod}" target="_blank">{lang thread_mod_by}</a>&nbsp;<!--{/if}-->
19         <!--{if $thread['readperm']}-->&nbsp; {lang readperm_thread} $thread[readperm] &nbsp;<!--{/if}-->   8         <!--{if $thread['readperm']}-->&nbsp; {lang readperm_thread} $thread[readperm] &nbsp;<!--{/if}-->

(约在第1行){subtemplate viewthread_special_header}
(下面加入)
<script type="text/javascript" src="include/javascript/wiki.lang.js"></script>
<link href="images/wiki/hdwiki.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="include/javascript/viewdoc.js"></script>
<style type="text/css">
.innerlink:link{color: #0033cc;text-decoration: underline}
.innerlink:visited{color: #0033cc;text-decoration: underline}
.innerlink:hover{color: #ff0000;text-decoration: underline}
</style>
<div style="position:absolute;visibility:hidden;z-index:10" id="popup">
<table style="FONT-SIZE: 10pt; border: 1px solid #D1E7FC;" cellpadding="0" cellspacing="0" bgcolor="#E5ECF9" id="summaryData" />
<tbody id="summaryDataBody" ></tbody>
</table>
</div>